home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
cellgame.swf
/
scripts
/
frame_2
/
PlaceObject2_14_87
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
329 b
|
17 lines
onClipEvent(load){
function hit(whichShot)
{
if(whichShot != _root.newshot5000)
{
_root.actions.score += 150;
_root.actions.explosion(this);
removeMovieClip(whichShot);
removeMovieClip(this);
}
}
if(_name != "seeker")
{
speed = 5;
}
}